MapWriteOneToManyKeyValueRepo

Functions

add
Link copied to clipboard
open suspend override fun add(toAdd: Map<Key, List<Value>>)
clear
Link copied to clipboard
open suspend override fun clear(k: Key)
clearWithValue
Link copied to clipboard
open suspend override fun clearWithValue(v: Value)
remove
Link copied to clipboard
open suspend override fun remove(toRemove: Map<Key, List<Value>>)
set
Link copied to clipboard
open suspend fun set(toSet: Map<Key, List<Value>>)

Properties

onDataCleared
Link copied to clipboard
open override val onDataCleared: Flow<Key>
onNewValue
Link copied to clipboard
open override val onNewValue: Flow<Pair<Key, Value>>
onValueRemoved
Link copied to clipboard
open override val onValueRemoved: Flow<Pair<Key, Value>>